home *** CD-ROM | disk | FTP | other *** search
- package Forms
- {
- import flash.events.MouseEvent;
-
- [Embed(source="/_assets/assets.swf", symbol="Forms.CreditsForm")]
- public class CreditsForm extends CluelessBaseForm
- {
-
-
- public function CreditsForm()
- {
- super();
- }
-
- internal function LoadClose() : void
- {
- if(BaseForm.getCurrentForm() == this)
- {
- onBack(new MouseEvent(""));
- }
- }
-
- internal function LoadLadyLuck() : void
- {
- }
-
- internal function LoadParamount() : void
- {
- }
- }
- }
-